Description
Attach the input file(s) to the current document using the BlobHolder abstraction
Operation id | BlobHolder.AttachOnCurrentDocument |
Aliases | BlobHolder.Attach
|
Category | Files |
Label | Attach File or files to the currentDocument. |
Requires | |
Since | |
Parameters
Signature
Inputs | bloblist, blob |
Outputs | document, document |
Implementation Information
JSON Definition
{
"id" : "BlobHolder.AttachOnCurrentDocument",
"aliases" : [ "BlobHolder.Attach" ],
"label" : "Attach File or files to the currentDocument.",
"category" : "Files",
"requires" : null,
"description" : "Attach the input file(s) to the current document using the BlobHolder abstraction",
"url" : "BlobHolder.AttachOnCurrentDocument",
"signature" : [ "bloblist", "document", "blob", "document" ],
"params" : [ {
"name" : "useMainBlob",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}